| Modifier and Type | Class | Description |
|---|---|---|
class |
Fruit |
|
class |
Preserve |
|
class |
Vegetable |
| Modifier and Type | Field | Description |
|---|---|---|
private FoodItem[] |
Inventory.inventory |
List of FoodItems that represents our inventory
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
Inventory.alreadyExists(FoodItem item) |
Search for a food item and see if it is already stored in the inventory
|
boolean |
FoodItem.isEqual(FoodItem item) |
Compares this object's item code with the one passed in
|